Add the method, awakeFromInsertion, as follows
public void awakeFromInsertion(EOEditingContext context){
super.awakeFromInsertion(context);
setRoleName("New Role");
}
This method is automatically invoked right after your enterprise object class creates a new MovieRole and inserts it into an editing context, which happens when you use a display group to insert.